home *** CD-ROM | disk | FTP | other *** search
- //
- //
- //
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
- //
- // Record New Stuff Here
- //
- filePath=macro.pathFromMacro(".\target_forced.ibe")
- activeBreadboard. stampOnAndMove ( "File" , "standardFull" )
- file1. setActiveAccessPoint ( "Forced" )
- file1. addFile ( filePath , FALSE )
- file1. setActiveTranslatorName ( "Interactive Book" , FALSE )
-
-
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textbox.txt")
- NextMacroPath = macro. pathFromMacro ( "2 add even more.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
-
-